Autogenerated HTML docs for v1.8.0-298-ge8a1f 
diff --git a/git-config.html b/git-config.html index 5e359a6..903352d 100644 --- a/git-config.html +++ b/git-config.html 
@@ -2781,6 +2781,29 @@  </p>   </dd>   <dt class="hdlist1">  +diff.submodule  +</dt>  +<dd>  +<p>  + Specify the format in which differences in submodules are  + shown. The "log" format lists the commits in the range like  + <a href="git-submodule.html">git-submodule(1)</a> <tt>summary</tt> does. The "short" format  + format just shows the names of the commits at the beginning  + and end of the range. Defaults to short.  +</p>  +</dd>  +<dt class="hdlist1">  +diff.wordRegex  +</dt>  +<dd>  +<p>  + A POSIX Extended Regular Expression used to determine what is a "word"  + when performing word-by-word difference calculations. Character  + sequences that match the regular expression are "words", all other  + characters are <strong>ignorable</strong> whitespace.  +</p>  +</dd>  +<dt class="hdlist1">   diff.&lt;driver&gt;.command   </dt>   <dd>  @@ -2882,17 +2905,6 @@  </p>   </dd>   <dt class="hdlist1">  -diff.wordRegex  -</dt>  -<dd>  -<p>  - A POSIX Extended Regular Expression used to determine what is a "word"  - when performing word-by-word difference calculations. Character  - sequences that match the regular expression are "words", all other  - characters are <strong>ignorable</strong> whitespace.  -</p>  -</dd>  -<dt class="hdlist1">   fetch.recurseSubmodules   </dt>   <dd>